array(
'id' => 'unique_option_101', // this is must be unique
'type' => 'text',
'title' => 'Text Field',
),
array(
'id' => 'unique_option_102', // another unique id
'type' => 'text',
'title' => 'Another Text Field',
'desc' => 'This is an option',
'help' => 'Write something',
'default' => 'do stuff',
),